projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db2255
)
; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 8 Feb 2024 06:48:20 +0000
(08:48 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 8 Feb 2024 06:48:20 +0000
(08:48 +0200)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 78ea1893ba10caa696fe345e17cf41b041673aa1..10cdef67348b42cf61473e0beb6ebc6d2e753d46 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-597,7
+597,7
@@
echo_dash (void)
{
Lisp_Object help;
- help = build_string (" (\\`C-h' for help)");
+ help = build_string (" (\\`C-h'
or \\`<f1>'
for help)");
kset_echo_string (current_kboard,
concat2 (KVAR (current_kboard, echo_string),
calln (Qsubstitute_command_keys, help)));